home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Hyper / T / The Desktop / background_2606.txt < prev    next >
Encoding:
Text File  |  1987-09-01  |  1.4 KB  |  70 lines

  1. -- background: 2606 from stack: in
  2. -- bmap block id: 2390
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=457 top=93 right=136 bottom=489
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: HyperCard Button
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual zoom open slowly to gray
  23.   visual iris open slowly to white
  24.   visual iris open slowly to black
  25.   visual iris open slowly to card
  26.   go to this card
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 3 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=460 top=285 right=328 bottom=482
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 0 / 0
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: Trash Button
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   visual zoom open slowly
  46.   go to card id 4188
  47. end mouseUp
  48.  
  49.  
  50.  
  51. -- part 4 (button)
  52. -- low flags: 00
  53. -- high flags: 0000
  54. -- rect: left=0 top=0 right=18 bottom=512
  55. -- title width / last selected line: 0
  56. -- icon id / first selected line: 0 / 0
  57. -- text alignment: 1
  58. -- font id: 0
  59. -- text size: 12
  60. -- style flags: 0
  61. -- line height: 16
  62. -- part name: Menu Button
  63. ----- HyperTalk script -----
  64. on mouseUp
  65.   visual dissolve slowly to gray
  66.   visual dissolve slowly
  67.   go to this card
  68. end mouseUp
  69.  
  70.